home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-10-30 | 1.1 KB | 32 lines | [TEXT/ttxt] |
- This file is part of the FKEY "Multi Find-Replace".
-
- It's resource fork contains the definition of the text to find and replace with. Use ResEdit to customize it.
-
- Clipboard type: TEXT
-
- Caps lock Up: remove Carriage Return at the end of a line
- Caps lock Down: remove accents
-
-
- Algorithm to remove Carriage Return:
- - change all <space><CR> to <space>
- - change all <CR><CR><CR><CR> to <string1 most likely inexistent>
- - change all <CR><CR><CR> to <string2 most likely inexistent>
- - change all <CR><CR> to <string3 most likely inexistent>
- - change all <CR> to <space>
- - change all <string1 most likely inexistent> to <CR><CR><CR><CR>
- - change all <string2 most likely inexistent> to <CR><CR><CR>
- - change all <string3 most likely inexistent> to <CR><CR>
-
- Remove accents:
- - Extended ASCII characters are replaced by pure ASCII characters.
- Examples: é -> e œ -> oe … -> ... » -> >> ’ -> '
-
-
- 1 beep: The clipboard does not contain pure text.
- 3 beeps: system error (e.g. STR# not found, not enough memory, etc)
-
-
- For more info, refer to the Readme file.
-
- Gaspard Gendreau, 1992